<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ld_noticePanel{
  width:100%;
  margin: 0 auto;
  padding-bottom: 20px ;
  background-image: linear-gradient(to top,#91C1DC  0%,#fff 35%);
  position: relative;
  z-index: 0;
}
.ld_noticeImg{
/* å›¾ç‰‡åŒºåŸŸ */
  margin: 0 0;
}
.ld_noticeImgL{
/* å·¦å›¾ */
  width:50%;
  height: 140px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('');
  cursor: pointer;
}
.ld_noticeImgR{
/* å³å›¾ */
  width:50%;
  height: 140px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('');
  cursor: pointer;
}
.ld_noticeMsg{
  margin-top: 15px;
}
.ld_noticeContent{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.ld_noticeTitle{
  position: relative;
  width: 100%;
}
.ld_noticeLabel{
  font-weight: 700;
  font-size: 23px;
  color: #006FAE ;
  position: relative;
  padding: 0 3px;
  text-align: center;
}
.ld_noticeLabel&gt;span::after{
  content: '';
  max-width: 108px;
  width: 100%;
  height: 13px;
  position: absolute;
  left:50%;
  bottom: 0;
  background-color: #81B4DA;
  z-index: -1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.ld_noticeSpace{
  margin:10px auto;
  background-color: #006EB0;
  width: 100%;
  max-width: 145px;
  height: 12px;
}
.ld_noticeboxs{ 
  padding:5px;
  background-color: #F3F3F3;
  width:100%;
  height: 525px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.ld_noticebox{
  width:100%;
  padding:5px;
  position: relative;
  background-color: #fff;
  height: 100px;
  cursor: pointer;
  box-sizing: border-box;
  border:1px solid #fff ;
  overflow: hidden;

}
.ld_noticebox:hover{
  border:1px solid #006FAE ;
}
.ld_noticebox:hover *{
  color: #006FAE;
}
.ld_boxLabel{
  width: 100%;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  height: 47px;
  /* text-overflow: -o-ellipsis-lastline; */
  overflow: hidden;
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; */
}
.ld_boxTime{
  position: absolute;
  bottom: 4px;
  right:4px;
  font-weight: 400;
  font-size: 16px;
  color: #666666 ;
  white-space: nowrap;
}
 </pre></body></html>